home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Add-Remove Plus / invarptrial.exe / {app} / arplus.exe / 0 / RCDATA / TFLOG / TFLOG.txt < prev   
Text File  |  2004-10-21  |  3KB  |  149 lines

  1. object fLog: TfLog
  2.   Left = 290
  3.   Top = 245
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Uninstall Log'
  7.   ClientHeight = 381
  8.   ClientWidth = 615
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object bevBottom: TBevel
  24.     Left = 0
  25.     Top = 336
  26.     Width = 615
  27.     Height = 45
  28.     Align = alBottom
  29.     Shape = bsTopLine
  30.   end
  31.   object mLog: TMemo
  32.     Left = 6
  33.     Top = 64
  34.     Width = 523
  35.     Height = 265
  36.     BevelInner = bvLowered
  37.     BevelKind = bkTile
  38.     BevelOuter = bvNone
  39.     BorderStyle = bsNone
  40.     Ctl3D = True
  41.     Font.Charset = EASTEUROPE_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     Lines.Strings = (
  47.       '')
  48.     ParentCtl3D = False
  49.     ParentFont = False
  50.     ReadOnly = True
  51.     ScrollBars = ssVertical
  52.     TabOrder = 0
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 0
  56.     Top = 0
  57.     Width = 615
  58.     Height = 60
  59.     Align = alTop
  60.     BevelInner = bvRaised
  61.     BevelOuter = bvLowered
  62.     TabOrder = 1
  63.     object Image2: TImage
  64.       Left = 2
  65.       Top = 2
  66.       Width = 611
  67.       Height = 56
  68.       Align = alClient
  69.       Picture.Data = {<image000.bmp>}
  70.       Stretch = True
  71.     end
  72.     object lWindowTitle: TLabel
  73.       Left = 23
  74.       Top = 20
  75.       Width = 257
  76.       Height = 16
  77.       Caption = 'View, edit or print the uninstall log file'
  78.       Color = clSilver
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = 1973790
  81.       Font.Height = -13
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentColor = False
  85.       ParentFont = False
  86.       Transparent = True
  87.     end
  88.   end
  89.   object buEdit: TButton
  90.     Left = 536
  91.     Top = 64
  92.     Width = 75
  93.     Height = 22
  94.     Caption = 'Edit Log...'
  95.     TabOrder = 2
  96.     OnClick = buEditClick
  97.   end
  98.   object buClear: TButton
  99.     Left = 536
  100.     Top = 90
  101.     Width = 75
  102.     Height = 22
  103.     Caption = 'Clear Log'
  104.     TabOrder = 3
  105.     OnClick = buClearClick
  106.   end
  107.   object buCancel: TButton
  108.     Left = 557
  109.     Top = 344
  110.     Width = 53
  111.     Height = 33
  112.     Cancel = True
  113.     Caption = '&Cancel'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clWindowText
  116.     Font.Height = -12
  117.     Font.Name = 'Tahoma'
  118.     Font.Style = []
  119.     ModalResult = 2
  120.     ParentFont = False
  121.     TabOrder = 4
  122.   end
  123.   object buPrint: TButton
  124.     Left = 456
  125.     Top = 344
  126.     Width = 99
  127.     Height = 33
  128.     Caption = '&Print...'
  129.     Default = True
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clWindowText
  132.     Font.Height = -12
  133.     Font.Name = 'Tahoma'
  134.     Font.Style = [fsBold]
  135.     ModalResult = 1
  136.     ParentFont = False
  137.     TabOrder = 5
  138.     OnClick = buPrintClick
  139.   end
  140.   object pdPrintLog: TPrintDialog
  141.     Left = 40
  142.     Top = 344
  143.   end
  144.   object XPManifest1: TXPManifest
  145.     Left = 8
  146.     Top = 344
  147.   end
  148. end
  149.